unique id in more than one table [MySQL]

Posted by monthon1 on Stack Overflow See other posts from Stack Overflow or by monthon1
Published on 2010-06-12T22:02:08Z Indexed on 2010/06/12 22:12 UTC
Read the original article Hit count: 217

Filed under:
|
|

I want to make auto increment id in two MySQL tables (if in first table there is id=4 then it cannot be id=4 in the second table). My question is how can I do that in the best way?

© Stack Overflow or respective owner

Related posts about sql

Related posts about mysql